home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / tex / style / misc / slem.sty < prev    next >
Text File  |  1995-11-25  |  312b  |  15 lines

  1. %
  2. % Modify \em so that is uses \sl rather than \it
  3. %
  4. % Richard Furuta
  5. % Department of Computer Science
  6. % University of Maryland
  7. % College Park, MD  20742
  8. %
  9. % furuta@mimsy.umd.edu
  10. % seismo!umcp-cs!furuta
  11. %
  12. % October 22, 1986, first release
  13. %
  14. \renewcommand{\pem}{\ifdim \fontdimen\@ne\font >\z@ \rm \else \sl \fi}
  15.